PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFStitchingFunction Class / setEncode Method
An array of 2 x k numbers that, taken in pairs, map each subset of the domain defined by com.o2sol.pdf4java.pdffunctions.PDFFunction.setDomain(double[]) and the getBounds array to the domain of the corresponding function.
In This Topic
    setEncode Method
    In This Topic
    Sets the function encode array.
    Syntax
    public void setEncode( 
       double[] value
    )

    Parameters

    value
    An array of 2 x k numbers that, taken in pairs, map each subset of the domain defined by com.o2sol.pdf4java.pdffunctions.PDFFunction.setDomain(double[]) and the getBounds array to the domain of the corresponding function.
    See Also